Problem Note 57077: Joining an information map table using the SAS® Information Maps LIBNAME Engine might return incorrect results
Joining an information map table using the SAS Information Map LIBNAME Engine with another data source might return incorrect results. This problem can occur when you use PROC SQL in Base SAS® or the Query Builder in SAS® Enterprise Guide®.
These factors might cause the code to create incorrect results:
- The SQL query pattern is used. (See below for examples.)
- The estimated size of the information map library table is greater in size than the estimated size of the joining table.
- The information map library table is joined using equijoin, or one or more columns from the information map library table are queried from a correlated subquery and the queried columns are used outside of the scope of the correlated subquery.
- The criteria for joining is a character column.
Examples of query patterns:
select * from A inner join B on A.C1 = B.C2
or
select * from A join B on A.C1 = B.C2
or
select * from A, B where A.C1 = B.C2
where
A or B is an information map table
C1 and C2 are SAS character values
Examples of correlated subqueries:
select * from A where
... (select * from B where A.C1 = B.C2)
where
B is an information map table
C1 is a SAS character value
When these factors are part of the generated PROC SQL, the final result might contain an incorrect value.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | z/OS 64-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Ultimate 32 bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Ultimate x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows Vista | 9.3_M2 | | 9.3 TS1M2 | |
Windows Vista for x64 | 9.3_M2 | | 9.3 TS1M2 | |
64-bit Enabled AIX | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise 32-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8 Enterprise x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8 Pro 32-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8 Pro x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8.1 Enterprise x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows 8.1 Pro 32-bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2003 Datacenter Edition | 9.3_M2 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.3_M2 | | 9.3 TS1M2 | |
Microsoft® Windows® for x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Enterprise 32 bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Enterprise x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Home Premium 32 bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Home Premium x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Professional 32 bit | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Windows 7 Professional x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows XP Professional | 9.3_M2 | | 9.3 TS1M2 | |
z/OS | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2003 Standard Edition | 9.3_M2 | | 9.3 TS1M2 | |
Microsoft Windows Server 2003 for x64 | 9.3_M2 | | 9.3 TS1M2 | |
Microsoft Windows Server 2008 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2008 R2 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2008 for x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Datacenter | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Datacenter | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2012 R2 Std | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Microsoft Windows Server 2012 Std | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
64-bit Enabled HP-UX | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
64-bit Enabled Solaris | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
HP-UX IPF | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Linux | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Linux for x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
Solaris for x64 | 9.3_M2 | 9.4_M4 | 9.3 TS1M2 | 9.4 TS1M4 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2015-12-01 12:58:19 |
Date Created: | 2015-11-13 06:11:24 |